-
Notifications
You must be signed in to change notification settings - Fork 1
types.DynasyncProps
types.DynasyncProps
-
ResourceProps
↳
DynasyncProps
- account
- apiProps
- auth
- configFile
- deleteTablesWithStack
- environmentFromArn
- physicalName
- region
- tableProps
- tables
- types
- userPool
- userPoolDeny
- userPoolRegex
• Optional
Readonly
account: string
The AWS account ID this resource belongs to.
Default
- the resource is in the same account as the stack it belongs to
ResourceProps.account
node_modules/aws-cdk-lib/core/lib/resource.d.ts:79
• Optional
apiProps: AppsyncApiProps
• Optional
auth: AuthorizationMode
[]
• Optional
configFile: string
• Optional
deleteTablesWithStack: boolean
• Optional
Readonly
environmentFromArn: string
ARN to deduce region and account from
The ARN is parsed and the account and region are taken from the ARN. This should be used for imported resources.
Cannot be supplied together with either account
or region
.
Default
- take environment from
account
,region
parameters, or use Stack environment.
ResourceProps.environmentFromArn
node_modules/aws-cdk-lib/core/lib/resource.d.ts:96
• Optional
Readonly
physicalName: string
The value passed in by users to the physical name prop of the resource.
-
undefined
implies that a physical name will be allocated by CloudFormation during deployment. - a concrete value implies a specific physical name
-
PhysicalName.GENERATE_IF_NEEDED
is a marker that indicates that a physical will only be generated by the CDK if it is needed for cross-environment references. Otherwise, it will be allocated by CloudFormation.
Default
- The physical name will be allocated by CloudFormation at deployment time
ResourceProps.physicalName
node_modules/aws-cdk-lib/core/lib/resource.d.ts:73
• Optional
Readonly
region: string
The AWS region this resource belongs to.
Default
- the resource is in the same region as the stack it belongs to
ResourceProps.region
node_modules/aws-cdk-lib/core/lib/resource.d.ts:85
• Optional
tableProps: DynamoTableProps
• Optional
tables: (DbTable
| SchemaTable
)[]
• Optional
types: GraphQlTypeList
• Optional
userPool: IUserPool
• Optional
userPoolDeny: boolean
• Optional
userPoolRegex: string