Class CfnPentestPropsMixin.AssetsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityAgent
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPentestPropsMixin.AssetsProperty : CfnPentestPropsMixin.IAssetsProperty
Syntax (vb)
Public Class CfnPentestPropsMixin.AssetsProperty Implements CfnPentestPropsMixin.IAssetsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SecurityAgent;
var assetsProperty = new AssetsProperty {
Actors = new [] { new ActorProperty {
Authentication = new AuthenticationProperty {
ProviderType = "providerType",
Value = "value"
},
Description = "description",
Identifier = "identifier",
Uris = new [] { "uris" }
} },
Documents = new [] { new DocumentInfoProperty {
ArtifactId = "artifactId",
S3Location = "s3Location"
} },
Endpoints = new [] { new EndpointProperty {
Uri = "uri"
} },
IntegratedRepositories = new [] { new IntegratedRepositoryProperty {
IntegrationId = "integrationId",
ProviderResourceId = "providerResourceId"
} },
SourceCode = new [] { new SourceCodeRepositoryProperty {
S3Location = "s3Location"
} }
};
Synopsis
Constructors
| AssetsProperty() |
Properties
| Actors | |
| Documents | |
| Endpoints | |
| IntegratedRepositories | |
| SourceCode |
Constructors
AssetsProperty()
public AssetsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SecurityAgent;
var assetsProperty = new AssetsProperty {
Actors = new [] { new ActorProperty {
Authentication = new AuthenticationProperty {
ProviderType = "providerType",
Value = "value"
},
Description = "description",
Identifier = "identifier",
Uris = new [] { "uris" }
} },
Documents = new [] { new DocumentInfoProperty {
ArtifactId = "artifactId",
S3Location = "s3Location"
} },
Endpoints = new [] { new EndpointProperty {
Uri = "uri"
} },
IntegratedRepositories = new [] { new IntegratedRepositoryProperty {
IntegrationId = "integrationId",
ProviderResourceId = "providerResourceId"
} },
SourceCode = new [] { new SourceCodeRepositoryProperty {
S3Location = "s3Location"
} }
};
Properties
Actors
public object? Actors { get; set; }
Property Value
Remarks
Documents
public object? Documents { get; set; }
Property Value
Remarks
Endpoints
public object? Endpoints { get; set; }
Property Value
Remarks
IntegratedRepositories
public object? IntegratedRepositories { get; set; }
Property Value
Remarks
SourceCode
public object? SourceCode { get; set; }