Documentation ¶
Index ¶
- func CfnAssessment_CFN_RESOURCE_TYPE_NAME() *string
- func CfnAssessment_IsCfnElement(x interface{}) *bool
- func CfnAssessment_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnAssessment_IsConstruct(x interface{}) *bool
- func NewCfnAssessment_Override(c CfnAssessment, scope awscdk.Construct, id *string, props *CfnAssessmentProps)
- type CfnAssessment
- type CfnAssessmentProps
- type CfnAssessment_AWSAccountProperty
- type CfnAssessment_AWSServiceProperty
- type CfnAssessment_AssessmentReportsDestinationProperty
- type CfnAssessment_DelegationProperty
- type CfnAssessment_RoleProperty
- type CfnAssessment_ScopeProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnAssessment_CFN_RESOURCE_TYPE_NAME ¶
func CfnAssessment_CFN_RESOURCE_TYPE_NAME() *string
func CfnAssessment_IsCfnElement ¶
func CfnAssessment_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnAssessment_IsCfnResource ¶
func CfnAssessment_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnAssessment_IsConstruct ¶
func CfnAssessment_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnAssessment_Override ¶
func NewCfnAssessment_Override(c CfnAssessment, scope awscdk.Construct, id *string, props *CfnAssessmentProps)
Create a new `AWS::AuditManager::Assessment`.
Types ¶
type CfnAssessment ¶
type CfnAssessment interface { awscdk.CfnResource awscdk.IInspectable AssessmentReportsDestination() interface{} SetAssessmentReportsDestination(val interface{}) AttrArn() *string AttrAssessmentId() *string AttrCreationTime() awscdk.IResolvable AttrDelegations() awscdk.IResolvable AttrFrameworkId() *string AwsAccount() interface{} SetAwsAccount(val interface{}) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) FrameworkId() *string SetFrameworkId(val *string) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Ref() *string Roles() interface{} SetRoles(val interface{}) Scope() interface{} SetScope(val interface{}) Stack() awscdk.Stack Status() *string SetStatus(val *string) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::AuditManager::Assessment`.
func NewCfnAssessment ¶
func NewCfnAssessment(scope awscdk.Construct, id *string, props *CfnAssessmentProps) CfnAssessment
Create a new `AWS::AuditManager::Assessment`.
type CfnAssessmentProps ¶
type CfnAssessmentProps struct { // `AWS::AuditManager::Assessment.AssessmentReportsDestination`. AssessmentReportsDestination interface{} `json:"assessmentReportsDestination"` // `AWS::AuditManager::Assessment.AwsAccount`. AwsAccount interface{} `json:"awsAccount"` // `AWS::AuditManager::Assessment.Description`. Description *string `json:"description"` // `AWS::AuditManager::Assessment.FrameworkId`. FrameworkId *string `json:"frameworkId"` // `AWS::AuditManager::Assessment.Name`. Name *string `json:"name"` // `AWS::AuditManager::Assessment.Roles`. Roles interface{} `json:"roles"` // `AWS::AuditManager::Assessment.Scope`. Scope interface{} `json:"scope"` // `AWS::AuditManager::Assessment.Status`. Status *string `json:"status"` // `AWS::AuditManager::Assessment.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::AuditManager::Assessment`.
type CfnAssessment_AWSServiceProperty ¶
type CfnAssessment_AWSServiceProperty struct { // `CfnAssessment.AWSServiceProperty.ServiceName`. ServiceName *string `json:"serviceName"` }
type CfnAssessment_DelegationProperty ¶
type CfnAssessment_DelegationProperty struct { // `CfnAssessment.DelegationProperty.AssessmentId`. AssessmentId *string `json:"assessmentId"` // `CfnAssessment.DelegationProperty.AssessmentName`. AssessmentName *string `json:"assessmentName"` // `CfnAssessment.DelegationProperty.Comment`. Comment *string `json:"comment"` // `CfnAssessment.DelegationProperty.ControlSetId`. ControlSetId *string `json:"controlSetId"` // `CfnAssessment.DelegationProperty.CreatedBy`. CreatedBy *string `json:"createdBy"` // `CfnAssessment.DelegationProperty.CreationTime`. CreationTime *float64 `json:"creationTime"` // `CfnAssessment.DelegationProperty.Id`. Id *string `json:"id"` // `CfnAssessment.DelegationProperty.LastUpdated`. LastUpdated *float64 `json:"lastUpdated"` // `CfnAssessment.DelegationProperty.RoleArn`. RoleArn *string `json:"roleArn"` // `CfnAssessment.DelegationProperty.RoleType`. RoleType *string `json:"roleType"` // `CfnAssessment.DelegationProperty.Status`. Status *string `json:"status"` }
type CfnAssessment_ScopeProperty ¶
type CfnAssessment_ScopeProperty struct { // `CfnAssessment.ScopeProperty.AwsAccounts`. AwsAccounts interface{} `json:"awsAccounts"` // `CfnAssessment.ScopeProperty.AwsServices`. AwsServices interface{} `json:"awsServices"` }